projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349b1f3
)
(x_term_init): Don't reset LC_TIME to "C", since we
author
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Aug 1998 22:11:22 +0000
(22:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 8 Aug 1998 22:11:22 +0000
(22:11 +0000)
want strftime to be localized.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 18a6619abba37e138cb34d893e05984ea416b422..8ef162ab60610620ca4e56b960e0e60602e064b1 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-6958,7
+6958,6
@@
x_term_init (display_name, xrm_option, resource_name)
setlocale (LC_ALL, "");
/* In case we just overrode what init_lread did, redo it. */
setlocale (LC_NUMERIC, "C");
- setlocale (LC_TIME, "C");
#endif
#ifdef USE_X_TOOLKIT
@@
-6990,7
+6989,6
@@
x_term_init (display_name, xrm_option, resource_name)
#ifdef HAVE_X11XTR6
/* I think this is to compensate for XtSetLanguageProc. */
setlocale (LC_NUMERIC, "C");
- setlocale (LC_TIME, "C");
#endif
}